Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 20 - QuickDraw 3D Mathematical Utilities / QuickDraw 3D Mathematical Utilities Reference
QuickDraw 3D Mathematical Utilities / Negating Vectors


Q3Vector3D_Negate

You can use the Q3Vector3D_Negate function to negate a three-dimensional vector.

TQ3Vector3D *Q3Vector3D_Negate (
const TQ3Vector3D *vector3D, 
TQ3Vector3D *result);
vector3D
A three-dimensional vector.
result
On exit, the negation of the specified vector.
DESCRIPTION
The Q3Vector3D_Negate function returns, as its function result and in the result parameter, the vector that is the negation of the vector vector3D.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996